Range: 0x10000007 to 0x1000000A. More...
Variables | |
| int | MV_ALG_E_IMG_FORMAT = 0x10000007 |
| The image format is invalid or is not supported. More... | |
| int | MV_ALG_E_IMG_SIZE = 0x10000008 |
| Image size (width and height) is incorrect or out of range. More... | |
| int | MV_ALG_E_IMG_STEP = 0x10000009 |
| Image size (width and height) and step parameter mismatch. More... | |
| int | MV_ALG_E_IMG_DATA_NULL = 0x1000000A |
| Storage address for image data is required. More... | |
Range: 0x10000007 to 0x1000000A.
| int MV_ALG_E_IMG_FORMAT = 0x10000007 |
The image format is invalid or is not supported.
| int MV_ALG_E_IMG_SIZE = 0x10000008 |
Image size (width and height) is incorrect or out of range.
| int MV_ALG_E_IMG_STEP = 0x10000009 |
Image size (width and height) and step parameter mismatch.
| int MV_ALG_E_IMG_DATA_NULL = 0x1000000A |
Storage address for image data is required.